Name | Description | |
---|---|---|
ReentrantObservableCollection<T> Constructor |
The following tables list the members exposed by ReentrantObservableCollection<T>.
Name | Description | |
---|---|---|
ReentrantObservableCollection<T> Constructor |
Name | Description | |
---|---|---|
Count | (Inherited from System.Collections.ObjectModel.Collection<T>) | |
InUpdate | Gets a System.Boolean value determining whether the ReentrantObservableCollection<T> is in update mode (BeginUpdate has been called). | |
Item | (Inherited from System.Collections.ObjectModel.Collection<T>) |
Name | Description | |
---|---|---|
Items | (Inherited from System.Collections.ObjectModel.Collection<T>) |
Name | Description | |
---|---|---|
Add | (Inherited from System.Collections.ObjectModel.Collection<T>) | |
BeginUpdate | Prevents raising events until the EndUpdate method is called. | |
Clear | (Inherited from System.Collections.ObjectModel.Collection<T>) | |
Contains | (Inherited from System.Collections.ObjectModel.Collection<T>) | |
CopyTo | (Inherited from System.Collections.ObjectModel.Collection<T>) | |
EndUpdate | Enables raising events. If collection has been changed since the call to the BeginUpdate method, raises PropertyChanged and CollectionChanged events. | |
GetEnumerator | (Inherited from System.Collections.ObjectModel.Collection<T>) | |
IndexOf | (Inherited from System.Collections.ObjectModel.Collection<T>) | |
Insert | (Inherited from System.Collections.ObjectModel.Collection<T>) | |
Move | Moves the item at the specified index to a new location in the collection. | |
Remove | (Inherited from System.Collections.ObjectModel.Collection<T>) | |
RemoveAt | (Inherited from System.Collections.ObjectModel.Collection<T>) |
Name | Description | |
---|---|---|
ClearItems | Overridden. Overrides the default behavior. | |
InsertItem | Overridden. Overrides the default behavior. | |
MoveItem | Implements item moving from one location to another. | |
OnCollectionChanged | Raises CollectionChanged event if the ReentrantObservableCollection<T> is not in update mode. | |
RemoveItem | Overridden. Overrides the default behavior. | |
SetItem | Overridden. Overrides the default behavior. |
Name | Description | |
---|---|---|
CollectionChanged | Occurs when an item is added, removed, changed, moved, or the entire list is refreshed. |
Name | Description | |
---|---|---|
PropertyChanged | Occurs when a property value changes. |